runtime.listHead.obj (field)
13 uses
runtime (current package)
list.go#L17: obj unsafe.Pointer
list.go#L63: return head.obj == nil
list.go#L68: return head.obj
list.go#L77: pNode.next = head.obj
list.go#L80: if head.obj != nil {
list.go#L81: headNode := head.getNode(head.obj)
list.go#L85: head.obj = p
list.go#L90: if head.obj == nil {
list.go#L95: p := head.obj
list.go#L99: head.obj = pNode.next
list.go#L105: if head.obj != nil {
list.go#L106: headNode := head.getNode(head.obj)
list.go#L115: if head.obj == p {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |